/* 登陆弹窗 */
#pop-login input {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-indent: 30px;
}

#pop-login i.iconfont {
	position: absolute;
	top: 0;
	left: 12px;
	font-size: 20px;
	color: rgba(0, 0, 0, 0.5);
	width: 40px;
	line-height: 40px;
}

#pop-login input.error {
	border-color: #ff5722;
}

#pop-login>div {
	position: relative;
	margin-bottom: 14px;
	margin-top: 6px;
}

#pop-login a {
	position: absolute;
	right: -80px;
	color: #3464ff;
	line-height: 30px;
	top: 0;
}

#pop-login #re_yzm {
	width: 190px;
}

#pop-login img {
	float: right;
	height: 38px;
	overflow: hidden;
	border-radius: 2px;
	width: 98px;
	cursor: pointer;
	border: 1px solid #e1e6f0;
}

#pop-login .reg-link {
	position: static;
}

#pop-login button {
	height: 44px;
	margin-right: 16px;
}

#pop-login .submit-box {
	margin-bottom: 0;
}

#pop-login span {
	position: absolute;
	right: -16px;
	color: #ff5722;
	line-height: 30px;
	top: 0;
}


/* 注册弹窗 */
#jmReg_box {
	background: #fff;
	padding: 24px 24px 30px;
}

#jmReg_box>div {
	margin-bottom: 16px;
}

#jmReg_box div .reg_input {
	width: 100%;
	height: 50px;
	padding-left: 20px;
	font-size: 14px;
	color: #040F43;
	border: 1px solid #E1E6F0;
	border-radius: 2px;
	transition: all 0.3s;
}

#jmReg_box div .reg_input:hover {
	border: 1px solid #003BFC;
}

#jmReg_box div .re_code {
	width: 256px !important;
}

#jmReg_box div .buttonss {
	float: right;
	width: 120px;
	height: 50px;
	overflow: hidden;
	cursor: pointer;
	border: 1px solid #e1e6f0;
}

#jmReg_box div .get_code {
	width: 120px;
	height: 50px;
	background-color: #F2F5FF;
	text-align: center;
	line-height: 50px;
	border-radius: 2px;
	color: #8187A1;
	font-size: 14px;
	cursor: pointer;
}

#jmReg_box div .get_code:hover {
	color: #3464ff;
}

#jmReg_box .xieyi {
	line-height: 14px;
	margin-bottom: 26px;
	display: flex;
}

#jmReg_box .xieyi p {
	display: inline-block;
	color: #8187A1;
	font-size: 12px;
	line-height: 14px;
	padding-left: 8px;
}

#jmReg_box .xieyi p a {
	color: #003BFC !important;
	font-size: 12px;
	cursor: pointer;
	line-height: 14px;
}

#jmReg_box .xieyi .jm-checkbox-inner {
	width: 14px;
	height: 14px;
}

#jmReg_box .xieyi .jm-checkbox-checked .jm-checkbox-inner::after {
	width: 3px;
	height: 6px;
}

#jmReg_box .reg_button {
	width: 100%;
	height: 44px;
	background: linear-gradient(180deg, #3d7fff 0%, #0053fc 64%, #003bfc 100%);
	border-radius: 2px;
	color: #fff;
	font-size: 16px;
}

#jmReg_box .reg_bott {
	color: #8187A1;
	line-height: 14px;
	text-align: center;
	margin-top: 24px;
	font-size: 0;
	height: 14px;
}

#jmReg_box .reg_bott a {
	color: #8187A1;
	font-size: 14px;
	display: inline-block;
}
#jmReg_box .reg_bott a:last-child {
  margin-left: 29px;
  position: relative;
}
#jmReg_box .reg_bott a:last-child::after {
  content: '';
  position: absolute;
  top: 1px;
  left: -14px;
  width: 1px;
  height: 12px;
  background: #E1E6F0;
}
#jmReg_box .reg_bott a:hover {
	color: #3464ff;
}

/* 找回密码 */

.findmm_box>div {
	margin-bottom: 20px;
}

.findmm_box div .find_input {
	width: 100%;
	height: 50px;
	padding-left: 20px;
	font-size: 14px;
	color: #040F43;
	border: 1px solid #E1E6F0;
	border-radius: 2px;
	transition: all 0.3s;
}

.findmm_box div .find_input:hover {
	border: 1px solid #003BFC;
}

.findmm_box div .re_yzm {
	width: 280px !important;
}

.findmm_box div .buttonss {
	float: right;
	width: 120px;
	height: 50px;
	overflow: hidden;
	cursor: pointer;
}

.findmm_box .findmm_button {
	width: 420px;
	height: 50px;
	background: linear-gradient(180deg, #3d7fff 0%, #0053fc 64%, #003bfc 100%);
	border-radius: 2px;
	color: #fff;
	font-size: 16px;
	margin-top: 12px;
}

/* 重置密码 */

.setmm_box .setmm_button {
	width: 100%;
	height: 50px;
	background: linear-gradient(180deg, #3d7fff 0%, #0053fc 64%, #003bfc 100%);
	border-radius: 2px;
	color: #fff;
	font-size: 16px;
	margin-top: 12px;
}

.setmm_box .get_code {
	width: 119px;
	height: 44px;
	background-color: #F2F5FF;
	text-align: center;
	line-height: 44px;
	border-radius: 2px;
	color: #8187A1;
	font-size: 14px;
	cursor: pointer;
}

.setmm_box .get_code:hover {
	color: #003BFC;
}


/* 其他 */
.get_code {
	color: #8187A1;
	background-color: #F2F5FF;
}

.get_code:hover {
	color: #3464ff;
}

.get_code_active {
	background-color: #F2F5FF !important;
	color: #8187a1 !important;
}